home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _dtp / dtp / quotes / !SQ / Other / MoreInfo < prev    next >
Text File  |  1994-09-24  |  25KB  |  461 lines

  1. Other.MoreInfo - more stuff about Smart Quotes.
  2. See !Help ₧le for copyright stuff etc.
  3.  
  4. What these ₧les actually do
  5. ***************************
  6.  
  7.    NB: This assumes MoreInfo is in the !Quotes directory, *not* the
  8. !SQáSource directory. All this stuff about SlimDown only makes sense if you
  9. have one big humungous application, not two separate biggish ones.
  10.  
  11.    Choices holds the location of the choices directory (by default
  12. öSQáChoicesò in <SmartQuotes$Dir>). This directory holds Chars, Diphthongs,
  13. Setup and Choices, which hold the various Smart Quotes choices, preferences
  14. etc.
  15.  
  16.    SlimDown will create an application called !SQáSource in the directory
  17. !Quotes is in, and put all the source code stuff in it. *YOU SHOULD THEN MAKE
  18. A BACKUP OF THIS DIRECTORY!*. It will also replace the massive !Help ₧le by a
  19. rather smaller one, although the !Help ₧le will still be there ù it will
  20. have been renamed to ReadMe. Running !SQáSource will copy the stuff back,
  21. provided Smart Quotes has been seen.
  22.    As the whole process is quite complicated, you should actually make a
  23. backup of the whole Smart Quotes application before you start mucking about
  24. with this sort of stuff.
  25.  
  26.    The Vector routine is used to read the diphthongs, and is read in from
  27. disc rather than being assembled every time (wasteful of memory).
  28.  
  29.    The MoreHelp module supplies interactive help for Smart Quotes; the
  30. !IntHelp ₧le contains the messages for it to use in the appropriate format.
  31.  
  32.    CopyFat, CopySlim, FattenUp, Slim!Sprit, Small!Help and SourceHelp are all
  33. used during the slimming down (putting loads of stuff in !SQáSource) or
  34. fattening up processes (putting it back into !Quotes). You donæt need to know
  35. about it ù if you do, hack the ₧le.
  36.  
  37.    Other.AppSource is the source code for the application - i.e. itæs
  38. readable. ;)
  39.  
  40.    Other.ModSource is the source code for the module - it wasnæt included in
  41. the ₧rst release, but seeing as I (very partially) ripped off Michael
  42. Rozdobaæs source code because he included it with Desktop+, I felt it would
  43. be unfair not to include mine. Also, I spent too much time trying to work out
  44. why my code wasnæt working (eventually, I had a look at other ₧lters using
  45. Zap and realised I didnæt have to use Wimp_ProcessKey after all...) not to
  46. appreciate people supplying readable, commented code. So here it is.
  47.  
  48.    Other.ShortHelp is a set of library routines for compacting help strings
  49. using OS_PrettyPrintæs internal dictionary. If you hardwire the codes into
  50. the source code it looks ugly, confusing, and it's almost impossible to read
  51. (look at Desktop+æs source code ;) ). See Other.ShortHDocs for more
  52. information.
  53.  
  54.    Other.VecSource is the source code for a small routine that traps the
  55. WrchV vector, spools all output into a buffer, and then gives the vector
  56. back. Itæs used to get the list of diphthongs from the module without having
  57. to use a message or a SWI (both of which need an of₧cial number from Acorn
  58. and quite a bit of work). The routine uses *ShowDiphthongs TINY (an
  59. undocumented - well almost - version of ShowDiphthongs), to produce a list
  60. without any formatting (try it yourself).
  61.  
  62. The ₧les you actually need
  63. ***************************
  64.  
  65.    OK, if this is supposed to be a nice compact utility, how come it takes up
  66. nearly 250K of disc space? The answer is that, out of those 250K, about 125K
  67. is source code and various documentation ù which you donæt need to use Smart
  68. Quotes. If you are running Smart Quotes from a network or a ƒoppy, you can
  69. make considerable savings by removing the unused ₧les.
  70.  
  71.    If your copy of Smart Quotes only takes 125K or so, then you already have
  72. a slim version, in which case you should ignore the rest of the section.
  73.  
  74.    There is a ₧le in the Smart Quotes directory called SlimDown, which will
  75. move all the unnecessary stuff out of the Smart Quotes directory into a
  76. separate !SQáSource application. As it renames the ₧les rather than copying
  77. them, it shouldnæt need too much free disc space (maybe a few K, but no
  78. more). You will now have a slimmed-down (125K or so) version of !Quotes that
  79. will run perfectly happily. *BUT DONæT LOSE !SQáSOURCE !*
  80.    Running !SQ Source will copy all the stuff back.
  81.    ** NB ** : I make no guarantee that this will actually work on your
  82. machine. It should, but you never know what sorts of strange things could
  83. happen. When in doubt, copy the stuff manually.
  84.    You may have been supplied with a ösmallò version of Smart Quotes, in
  85. which case you should be able to get a copy of !SQáSource. Running it should
  86. copy the ₧les back.
  87.  
  88.    See the FileList files for full lists of the files you should have.
  89.  
  90. Other miscellanea
  91. *****************
  92.  
  93.    You canæt have two copies of Smart Quotes loaded at once, as that would
  94. just be too confusing ù besides, when you quit one, the other one would very
  95. soon complain about not having a module to work with. So if you load a second
  96. copy, the older one quits.
  97.  
  98.    Some of you out there might be annoyed that Smart Quotes doesnæt bother to
  99. check the size of the current mode when it opens its windows ù so they may
  100. very well be off-centre. But all is not lost: Smart Quotes will save the
  101. position of the windows when you save the choices, and re-use them at the
  102. next session.
  103.  
  104. * commands
  105. **********
  106.  
  107. ShowDiphthongs : produces a list of diphthongs.
  108.  
  109. AddDipthong <₧rst> <second> <subst> : add a diphthong to the list.
  110.  
  111. RemoveDiphthong <pos> : remove diphthong number <pos> from the list.
  112.  
  113. ClearDiphthongs : wipe the list of diphthongs.
  114.  
  115. There is also help available on the Smart Quotes variables (see below), and
  116. on diphthongs.
  117.  
  118. Variables
  119. *********
  120.  
  121.    There are several special variables used by Smart Quotes ù öspecialò
  122. because they canæt be deleted by the user and directly reƒect the workings
  123. of the program. SmartQuotes$Options and SmartQuotes$Subst both take the form
  124. of a binary number (i.e. a number of the form 2_101, where the ö2_ò means
  125. öthis number is a binary numberò). Viewing the variable shows the current
  126. state of some of the programæs settings, changing the value of the variable
  127. will change them.
  128.  
  129.    SmartQuotes$Options controls Smart Quotesæ settings, exactly like the
  130. Settings dialogue boxes do. It takes the form 2_edcba, where a stands for bit
  131. 0, b for bit 1, c for bit 2, d for bit 3, e for bit 4. The bits have the
  132. following meaning:
  133.  
  134.    Bit 0   Double quotes substitution :      1: smart quotes
  135.                                              0: neutral quotes
  136.    Bit 1   Single quotes substitution :      1: smart quotes
  137.                                              0: neutral quotes
  138.    Bit 2   Form of substituted single quotes 1: All closed
  139.                                              0: Open and closed
  140.    Bit 3   Diphthong substitution :          1: substitute
  141.                                              0: donæt substitute
  142.    Bit 4   Typing mistake checking :         1: check and replace
  143.                                              0: leave as they are
  144.                                              
  145.    Typing *Set SmartQuotes$Options 2_10011 at the CLI would turn double quote
  146. and single quote substitution on, substitute both open and closed single
  147. quotes, turn off diphthong substitution but turn on typing mistake checking.
  148. Typing *Set SmartQuotes$Options 19 would have the same effect. 
  149.  
  150.    SmartQuotes$Subst controls the future form of double quotes and single
  151. quotes (like Smart Quotesæ icon when öShow next quote in iconò is selected).
  152. It takes the form 2_ba, where a stands for bit 0, b for bit 1. The bits have
  153. the following meaning:
  154.  
  155.    Bit 0   Next double quote will be...    1: closed
  156.                                            0: open
  157.    Bit 1   Next single quote will be...    1: closed
  158.                                            0: open
  159.                                            
  160.    Typing *Set SmartQuotes$Subst 2_10 would make the next double quote open
  161. and the next single quote closed (if that doesnæt conƒict with current
  162. settings). Note that the settings are meaningless if quotes arenæt
  163. substituted by smart quotes.
  164.  
  165.    The other four variables are more straightforward, and allow you to view
  166. and modify the characters SmartQuotes substitutes quotes by. Their full names
  167. are:
  168.    SmartQuotes$OpenDouble
  169.    SmartQuotes$ClosedDouble
  170.    SmartQuotes$OpenSingle
  171.    SmartQuotes$ClosedSingle
  172.  
  173.    So typing *Set SmartQuotes$ClosedDouble ╗ would make Smart Quotes replace
  174. what it thinks should be a closed quote by ╗. Giving Smart Quotes silly
  175. values (i.e. nonprintable) or no value at all will reset the value to its
  176. default value.
  177.  
  178.    Smart Quotes also uses other, perfectly normal, variables, usually de₧ned
  179. in the !Run ₧le.
  180.    Å SmartQuotes$Dir points to the main Smart Quotes directory, with
  181.      !RunImage, Templates etc.
  182.    Å SmartQuotes$ChoicesDir points to the Choices directory, where Chars,
  183.      Choices and Diphthongs will be saved. This is usually öSQáChoicesò in
  184.      SmartQuotes$Dir, except when Smart Quotes is started from a read-only
  185.      ₧ling system (network, read-only ArcFS, etc.), in which case you should
  186.      change this to point elsewhere.
  187.    Å SmartQuotes$RunChars points to a ₧le, usually Resources:$.Apps.!Chars,
  188.      which will be run when you Shift-Adjust-click on the Settings windowæs
  189.      close icon.
  190.    Å SmartQuotes$MainFont contains the name of the default font for the
  191.      diphthongs window.
  192.    Å SmartQuotes$HeadFont contains the name of the font used for headings in
  193.      the diphthongs window. 
  194.    Å SmartQuotes$FontSize contains the size of the font, in sixteenths of a
  195.      point.
  196.    All of these except SmartQuotes$Dir can be changed with the Other choices
  197. window, and are stored in the <SmartQuotes$ChoicesDir>.Setup file
  198. (ChoicesDir is stored in <SmartQuotes$Dir>.Choices).
  199.  
  200. Version history
  201. ***************
  202.    So far, there have been four releases of Smart Quotes:
  203.       1.00 - very basic, just the textual settings box and an icon
  204.       1.13 - much more developed, everything except Diphthongs and tweaks
  205.       1.14 - as 1.13 but with hi-res icons
  206.       1.20 - this version, with diphthongs and various tweaks
  207.    If version numbers had anything to do with the number of changes, then
  208. version 1.20 would now be version 1.23 ù it's been version 1.20 for a month
  209. now ;). But I like 1.20 ù Beeb owners will know why ;).
  210.       
  211.    A list of the changes between versions follows.
  212.  
  213.    Version 1.14 - 1.20
  214.       Å Diphthong support added (module is now almost twice as big), view,
  215.         edit, add, delete and save from the front end, using outline fonts.
  216.       Å Lots of new mouse shortcuts added (iconbar Adjust-click, Shift, Ctrl
  217.         and Alt-clicks, Adjust-click on settings box, clicks on close icon).
  218.       Å Other choices window added (actually a separate program) to change
  219.         font, choices directory and character viewer.
  220.       Å Typing mistake correction added.
  221.       Å Insert window removed (not particularly useful with all those
  222.         diphthongs). Adjust-clicking on any windowæs close icon runs !Chars
  223.         (by default - see öOther choicesò in main ReadMe for more details).
  224.       Å Interactive Help support added with the More Help module.
  225.       Å Refresh button in Chars window re-reads the characters. Characters
  226.         window now uses outline fonts.
  227.       Å Sprites are now available in high- and low-res versions. The
  228.         high-res versions are in a four-colour mode (with palette), to reduce
  229.         memory requirements (i.e. wouldnæt ₧t otherwise).
  230.       Å When you change the settings, only changes the önext quoteò bit if
  231.         the type of quote has changed - if the next double quote is closed,
  232.         and you change single quote substitution, the next double quote stays
  233.         closed.
  234.       Å Adjust-click swaps between quote substitution and no substitution
  235.         (useful when you need to temporarily disable substitution). You can
  236.         choose whether Smart Quotes remembers the quotesæ state (i.e.
  237.         currently open or closed) when you swap ù see the !Help ₧le for why
  238.         this is useful.
  239.       Å SQ Unused changed to SQ Source: from this version, you donæt have to
  240.         distribute the source code with the program, so the name was changed
  241.         to highlight the fact. The !Help ₧le, consequently, is not copied
  242.         over, as otherwise you wouldnæt know what all this was about. Various
  243.         things have been copied between the ₧les so it makes sense.
  244.       Å All those DoubleOn, BothSingle etc. commands have been removed ù
  245.         thereæs no use for them with the variable and it only clutters up the
  246.         module.
  247.       Å Various stuff: module uses OS_PrettyPrint to encode the messages;
  248.         Settings box shows the state (as icons or as text) in the title bar;
  249.         error messages tidied up (not as worrying when a ₧le isnæt there);
  250.         memory used by template routine reduced (twice); desktop save works
  251.         correctly; changing characters takes effect immediately; 2D
  252.         templates removed; asterisks changed to bullets in the help ₧les;
  253.         warning when you load a new version removed (memory, memory...);
  254.         öChars...ò changed to öCharacters...ò
  255.  
  256.    Version 1.13 - 1.14
  257.       Å High-res sprites, slightly modi₧ed template ₧le by Kemal Sangrar.
  258.         First version to be tested on a RISC PC.
  259.  
  260.    Version 1.00 - 1.13
  261.       Å Two code variables added: the front-end stays in sync with the
  262.         module all the time, and you can set the settings from an Obey ₧le
  263.         or a Desktop ₧le (e.g. in your !Boot).
  264.       Å Icon can now reƒect the future state of the substituted quotes
  265.         (i.e. open, closed or neutral).
  266.       Å Graphical settings dialogue box added - easier to use and smaller.
  267.       Å Can change the characters used in substitutions from the front-end
  268.         and via code-variables (e.g. in your !Boot).
  269.       Å Choices dialogue box added to switch between the two settings boxes
  270.         and other things. You can save all choices, or revert to default.
  271.       Å Added !Chars-like window, so you can insert quotes as a one-off
  272.         (saves the hassle of changing mode) or into writable icons.
  273.       Å Now uses the Desktop Save protocol.
  274.       Å Possibility of not killing module when the front-end quits.
  275.       Å Canæt have two copies of the front-end at once.
  276.       Å Clicking SELECT on the icon bar icon brings up the settings box,
  277.         clicking ADJUST brings up the insert window. Clicking again closes
  278.         them again.
  279.       Å Added a variable (SmartQuotes$ChoicesDir) that points to the Choices
  280.         directory, so you can set this to point elsewhere if you are running
  281.         SmartQuotes from a read-only ₧ling system (i.e. NetFS or ArcFS).
  282.       Å Smart Quotes saves the position of the four windows in the Choices.
  283.       Å Added a bunch of very complicated Obey ₧les to slim down the Quotes
  284.         directory (100K is too much for a 32K application ;) ).
  285.       Å Adjust-clicking on the Menu works - the Menu stays around.
  286.       Å Decent error handling
  287.  
  288. Thanks, acknowledgements, comments
  289. **********************************
  290.  
  291.    I would like to thank Acorn for this nice machine, and especially the bit
  292. in RISC OS 3.1 (the Filter Manager) that allows you to intercept other tasksæ
  293. events and muck about with them as you please. It is exceedingly useful - I
  294. have currently seven programs that intercept ₧lters on my machine (it used to
  295. be four, but I've been adding them since)...
  296.  
  297.    I got the idea for this utility after reading a small news item in
  298. MacWorld about a similar program for the Mac, that sat in the background and
  299. substituted quotes for you. It also did em dashes, and Smart Quotes didnæt
  300. use to do those, but now it does, and much more...
  301.  
  302.    I am grateful to Michael Rozdoba, author of Desktop+, for making his
  303. source code freely-available so I could see how he coded his code variables -
  304. although I must point out that the vast majority of the code is mine (I
  305. pinched that sentence from him as well ;) ). I donæt think anyone out there
  306. consciously rips off other peopleæs code (as in copies large chunks of it
  307. verbatim and calls it his own); however, Iæm sure every programmer out there
  308. has at one stage or another taken a peek at someone elseæs code. And as Iæm
  309. not doing this for money or anything, Iæve included the complete source code
  310. to the application, module and even vector claim routine ;).
  311.  
  312.    Also, thanks to the people who e-mailed me to tell me how wonderful
  313. previous versions were (or not, as the case may be), and to give me ideas
  314. for this version. In particular, I can thank the following
  315.    Kemal Sangrar (gtmw03@arts.gla.ac.uk) - sprites and template
  316.    Peter Killworth (atmpk@vax.oxford.ac.uk) - bug reports
  317.    Simon Jackson (S.D.R.Jackson@hertfordshire.ac.uk) - wish list
  318.    Andrew at HENSA (pdarch@cent1.lancs.ac.uk)
  319.    Simon Middleton at Uniqueway (simon@uniqway.demo.co.uk) - CD ;)
  320.    Other people have mailed me since I last wrote this, and I donæt have their
  321. names here - sorry!
  322.  
  323.    The disclaimer was öliftedò from Ting Kueiæs DeskPatch help ₧le - this
  324. doesnæt mean anything, I was just looking for a disclaimer and DeskPatch was
  325. the ₧rst thing I looked at that had one I liked. The freeware bit I also
  326. stole from someone, but I canæt remember who - sorry!
  327.  
  328.    Other people I should thank for writing very useful bits of software, used
  329. to write this or just making my desktop look prettier:
  330.       Dick Alstein, for his wonderful TemplEd.
  331.       Dominic Symes for Zap (love the colour-coding, shame about the fonts).
  332.       Cy Booker for his BASIC cruncher - worth every penny of the registration fee.
  333.       Michael Rozdoba, obviously, for Desktop+ - so good it was on two
  334.          magazine discs...
  335.       Mark Greenwood, for Black Hole.
  336.       Ian Jeffray for Memory Pie (even if I hate the gratuitous pic ;) ).
  337.       Brian Scattergood for his Infocom interpreter.
  338.       Clive Jones for QuickDirs (very nice ₧lter ;) ).
  339.       Simon Burrows for FontsPlus (font directory thingy).
  340.       Rheingold for Vigil (intercepts taskæs messages - very useful)
  341.       Computer Concepts for Impression Publisher.
  342.    Sorry for anyone Iæve forgotten.
  343.  
  344. Known problems
  345. **************
  346.  
  347.    If you are programming, typing commands at the CLI (F12 or taskwindow),
  348. doing anything at all involving comms, or in general using an application
  349. that doesnæt look too kindly upon top-bit-set characters, turn Smart Quotesæ
  350. substitution off (Adjust-click on the icon will do the trick temporarily).
  351. Otherwise, the CLI will fail to recognise your command (öfile '₧lters' not
  352. foundò), any quotes or diphthongs will be tokenised if youære programming in
  353. BASIC (itæs particularly spectacular in Zap ;) ), and any e-mail or usenet
  354. postings will look particularly gruesome on some peopleæs machines. This
  355. isnæt a bug, or even a feature, so thereæs nothing you can do about it.
  356.  
  357.    As mentioned previously, Smart Quotes will often not substitute characters
  358. when the cursor is in a writable icon ù in a dialogue box or off a menu item,
  359. for instance Name disc in the ADFS icon bar menu. This is because the WIMP
  360. handles those key presses itself (unless the öNotifyò option is set in the
  361. validation string, e.g. öKARTNò), and Smart Quotes doesnæt get a look in.
  362. This shouldnæt be too much of a problem ù usually you donæt want substitution
  363. in those cases anyway. However, any applications that require you to enter
  364. text in a dialogue box (a ₧eld name in a database, for instance), will not
  365. allow substitution.
  366.  
  367.    Those using Zap may ₧nd certain diphthongs donæt work ù namely, those
  368. using a shift-key to produce the second character, like A E ╞ (if Caps Lock
  369. is off), < < ½ etc. This is because, when Smart Quotes sends Zap a delete
  370. character, Shift is still held down, so Zap looks at Shift-Delete and sees
  371. the command öDELETENEXTò rather than öDELETEò, and so fails to delete the
  372. character, so youære left with something like A╞, <½ etc. To get round this,
  373. you have to change the key mappings:
  374.       Edit the key mappings (iconbar menu, Options=>Edit keys)
  375.       Find sDELETE in the ₧le
  376.       Replace whatever command is opposite it by DELETE
  377.       Save the ₧le
  378.       Re-load the key mappings as the new one (Options=>Reload keys)
  379.       
  380.    On a similar level, if you hold down the hyphen key, you may ₧nd that
  381. dashes in various shapes and sizes start lining up, looking something like
  382. this -----ÿÅùÅ-ÿÅ-ù. (This was actually done in Edit as Zap is fast enough
  383. not to have this problem ;) ). This is because Edit (or whoever the culprit
  384. was) wasnæt managing to delete characters fast enough before another one
  385. comes along, so Smart Quotesæ fancy substitution method falls over. The
  386. solution is simple: donæt type as fast!
  387.  
  388.    If there is an error in the middle of the slimming down/fattening down
  389. process, you may find that files are in the wrong place. Unless you know what
  390. you're doing, copy your SQáChoices directory to somewhere else, restore from
  391. a backup, and copy the SQáChoices directory back.
  392.  
  393.    As I don't have a CD-ROM or a network I haven't tested Smart Quotes
  394. thoroughly on write-protected filing systems. If files haven't been copied,
  395. Smart Quotes will re-create them when it next runs. If you want to keep them,
  396. make a backup!
  397.  
  398.    I have been told of problems with certain terminal emulators (think it was
  399. Hearsay), where Smart Quotes causes spurious interrupts or something. I donæt
  400. know any more about this, and knowing comms programs itæs probably not me ;).
  401. But you have been warned.
  402.  
  403.    As mentioned elsewhere, KeyMouse uses Alt-Select to move a window.
  404. Clicking Alt-Select on the iconbar makes it want to move the window ù
  405. obviously it canæt, but tries all the same, and someone complains (ADFS
  406. Filer on my machine). This isnæt Smart Quotesæ fault!
  407.  
  408.    If windows appear in strange positions, or fail to appear at all when you
  409. try and open them, you very probably have a corrupt Choices ₧le. Delete it
  410. and re-run the program; the program will complain that it canæt ₧nd a Choices
  411. ₧le, and will then create a new one with the default settings:
  412.    Å All substitutions on
  413.    Å Next double quote will be open, next single quote closed
  414.    Å Use graphical settings box
  415.    Å Show quote state in icon
  416.    Å Use interactive help
  417.    Å Kill module when quit
  418.    Å Windows positioned to suit a mode 35 screen or similar (768x288)
  419.    
  420.    Impressionæs spell checker doesnæt take kindly to ₧ and ƒ (certainly not
  421. on my version, Publisher 4.01, ImpressionSpell 1.27). When spell checking, it
  422. ignores ₧ and ƒ, so if you spell check the word ö₧ndingò it will complain
  423. that it doesnæt know the word öndingò (rather than complain about not knowing
  424. the word ö₧ndingò ;)). This is because, if you look at the character set
  425. (double-click on Smart Quotesæ icon or run !Chars), ₧ and ƒ are buried among
  426. the odds and ends, like bullets, fractions, dashes, etc., not among the
  427. accents at all (Impression knows about accents - checking the word öΘtrangeò
  428. will come up with öΘtrangeò and not ötrangeò). I suspect (I havenæt
  429. tried it) Impression will ignore all characters from Ç to ┐, and cope happily
  430. with └ to ■ (not   for some reason), so there will be the same problem for Ü
  431. and ¢ (but not for ╞ and µ).
  432.    I donæt know what you can do about this, apart from complaining to
  433. Computer Concepts and using the öIgnoreò button a lot ;) ù the nice man from
  434. Computer Concepts said they had no plans to add support for ligatures to
  435. ImpressionSpell in the near future. (This is from the company whose own
  436. literature, namely the DemoDoc ₧le supplied with Publisher, recommends you
  437. use ligatures all the time ;) ). If it bothers you, remove ₧ and ƒ from the
  438. list.
  439.  
  440. Wish-list
  441. *********
  442.  
  443.    Things that might be nice would be:
  444.     Å Disable substitution when youære in Zap (or another text editor that
  445.       doesnæt like top-bit-set characters). That would mean, presumably,
  446.       having a list of task handles or names that Smart Quotes doesnæt like
  447.       ù lots of work, if you ask me. Maybe next version...
  448.     Å Provide diphthongs of more than two characters. Apart from the fact
  449.       that diphthongs *are* only two characters (pedant mode off), it would
  450.       be too complicated and not really worth it.
  451.     Å Add quotes etc. to a ₧le dragged to the icon, or remove them. Slight
  452.       snag: apart from not being obviously in line with what Smart Quotes
  453.       already does, it would be enormously memory-hungry. Might put it in
  454.       another program ù when Iæve ₧nished all the other ₧lters I want to do
  455.       ;).
  456.  
  457.    Note that since last version (1.13 or 1.14), more than half of the
  458. previous wishlist has been implemented. :) Changing the settings with hotkeys
  459. has been removed: you will probably be using this program in Impression, and
  460. Impression uses most of the possible shortcuts already.
  461.